home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 10-InfoSystems / netscape_info / description.frm.z / description.frm
Encoding:
Text File  |  1997-07-30  |  1.7 KB  |  42 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <HTML VERSION="2.0">
  7. <HEAD>
  8. </HEAD>
  9. <BODY>
  10. <CENTER><H1 ALIGN="CENTER">Netscape News and Mail Servers</H1></CENTER>
  11. Netscape News Server 2.01 provides the Internet-based architecture for
  12. companies to enable information sharing, workgroup discussions, and
  13. server-to-server replication of mission-critical information. Integrated with
  14. Netscape SuiteSpot, Netscape News Server provides superior access control
  15. mechanisms, performance, scalability, and encrypted remote administration.
  16. Companies are able to deploy and manage the discussion group solutions that
  17. best address their business requirements.
  18. <p>
  19. With Netscape News Server, users can create electronic discussion groups
  20. enabling people to participate in a remote dialog by posting and reading
  21. messages about topics of interest. Discussion groups support multiple
  22. conversations, or threads, on a given subject, displaying postings in the
  23. context of the prior discussion. As a result, readers can follow an entire
  24. discussion right from its inception, even if they join well after the
  25. discussion has started.
  26. <p>
  27. Netscape Mail Server 2.02 is the next generation of an open standards-based
  28. client-server messaging system that provides superior administration,
  29. scalability, performance, security and remote connectivity. Netscape Mail
  30. Server is seamlessly integrated with Netscape Navigator and many other
  31. messaging clients, creating a turnkey messaging system at the core of an
  32. intranet environment.
  33. <p>
  34. Note:  Unlike the Netscape News Server, once the Netscape Mail Server is
  35. installed, you need to run the Netscape Mail Server setup script to be able to
  36. configure it through WebSetup.  Please consult the release notes for
  37. instructions.
  38. </BODY>
  39. </HTML>
  40. EndOfFile
  41.  
  42.